Pro-Cloud API Web Service
Method/ProCloudWS.asmx/ServiceUserGetAllOpenOrders
Pro-Cloud API Web Service > All Operations Resource Group : /ProCloudWS.asmx/ServiceUserGetAllOpenOrders (Method)
Description
This web method returns a list of all open activities for a service user. "ServiceUserId" field is required in order to get all pending activities for this service user. "ManifestingServiceUserSearch" web method can be used to find a valid "ServiceUserId".
Request (ServiceUserGetAllOpenOrdersSoapIn)

The request body is of type ServiceUserGetAllOpenOrders.

Request Body Parameters

NameDescriptionData Type

This is a unique provider id, which can be obtained from CSS

GUId

guid

This is your unique service password which can be obtained from CSS

String (min 1 max 50)

xml:string

This field is a primary key for a service user. ServiceUserId can be determined from "ManifestingServiceUserSearch" web method.

Integer

xml:int
intServiceUserId Element strPassword Element objProviderGUId Element Sequence ServiceUserGetAllOpenOrders Element

Overview

Sequence
Response (ServiceUserGetAllOpenOrdersSoapOut)

The response body is of type ServiceUserGetAllOpenOrdersResponse.

Response Body Parameters

NameDescriptionData Type
 objWSServiceUserPendingOrdersGetForAPIReturn
xmlDataSet Element strErrorMsg Element intErrorId Element Sequence ServiceUserGetAllOpenOrdersResult Element Sequence ServiceUserGetAllOpenOrdersResponse Element

Overview

Sequence
Example
<?xml version="1.0" encoding="utf-8"?>
<objWSServiceUserPendingOrdersGetForAPIReturn xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://pro-cloud.org/">
  <intErrorId>0</intErrorId>
  <strErrorMsg />
  <xmlDataSet>
    <NewDataSet xmlns="">
      <ServiceUserGetAllOpenOrders>
        <ServiceUserGUId>af30c72c-3e1f-4a73-b8f4-26feb77bd890</ServiceUserGUId>
        <ServiceUser_Surname>Smith</ServiceUser_Surname>
        <ActivityId>351209</ActivityId>
        <ActivityGuid>2bec862a-a1a7-49f2-8e63-f03e470cce33</ActivityGuid>
        <OrderDate>2017-02-23T10:34:16.65+00:00</OrderDate>
        <ActivityRaisedBy>Martin Smith</ActivityRaisedBy>
        <Delivery_PostCode>DD1 3KL</Delivery_PostCode>
        <ActivityItemId>459377</ActivityItemId>
        <ActivityItemGUId>3e980d31-3969-45f4-9134-40ed1c19660f</ActivityItemGUId>
        <UniqueStockRef>307-109</UniqueStockRef>
        <EinDescription>Test ein description</EinDescription>
        <ExpectedDeliveryDate>26/02/2017 17:00:00  </ExpectedDeliveryDate>
      </ServiceUserGetAllOpenOrders>
    </NewDataSet>
  </xmlDataSet>
</objWSServiceUserPendingOrdersGetForAPIReturn>
See Also
All Operations Resource GroupPro-Cloud API Web Service